home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-30 | 736 b | 31 lines |
- #
- # This is the make file for the misc. lib subdirectory (OS2, gcc 2.1, gnumake).
- #
- # Gershon Elber, Aug 1991
- #
-
- include ..\makeflag.os2
-
- OBJS = config.o genmat.o getarg.o imalloc.o irit_ftl.o ln_sweep.o \
- miscattr.o miscatt2.o priorque.o xgeneral.o
-
- libmisc.a: $(OBJS)
- -$(RM) libmisc.a
- ar rc libmisc.a $(OBJS)
-
- install: libmisc.a
- $(CP) libmisc.a $(LIB_DIR)
- ar s $(LIB_DIR)/libmisc.a
- $(CP) *.h $(INC_DIR)
-
- # Dependencies starts here - do not touch, generated automatically.
- config.o: config.h imalloc.h
- genmat.o: genmat.h
- getarg.o: getarg.h imalloc.h
- imalloc.o: imalloc.h
- ln_sweep.o: imalloc.h ln_sweep.h
- miscatt2.o: imalloc.h miscattr.h
- miscattr.o: imalloc.h miscattr.h
- priorque.o: priorque.h imalloc.h
- xgeneral.o: imalloc.h
-